ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface / SortDescriptions Property






In This Topic
    SortDescriptions Property (IItemsSource<T>)
    In This Topic
    Gets the sort description collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property SortDescriptions As System.Collections.Generic.IList(Of SortDescription)
    'Usage
     
    
    Dim instance As IItemsSource(Of T)
    Dim value As System.Collections.Generic.IList(Of SortDescription)
     
    value = instance.SortDescriptions
    System.Collections.Generic.IList<SortDescription> SortDescriptions {get;}
    read-only property SortDescriptions: System.Collections.Generic.IList; 
    function get SortDescriptions : System.Collections.Generic.IList
    __property System.Collections.Generic.IList<SortDescription*>* get_SortDescriptions();
    property System.Collections.Generic.IList<SortDescription^>^ SortDescriptions {
       System.Collections.Generic.IList<SortDescription^>^ get();
    }
    See Also